#include <expression.hpp>
Public Member Functions | |
UnaryExpression (const int &prec, const std::string &op, ExpressionPtr expr) | |
Default constructor. | |
~UnaryExpression (void) | |
Destructor. | |
ExpressionPtr | rhs () |
Get the RHS of the expresion. |
gridpack::optimization::UnaryExpression::UnaryExpression | ( | const int & | prec, | |
const std::string & | op, | |||
ExpressionPtr | expr | |||
) |
Default constructor.
gridpack::optimization::UnaryExpression::~UnaryExpression | ( | void | ) |
Destructor.
ExpressionPtr gridpack::optimization::UnaryExpression::rhs | ( | ) |
Get the RHS of the expresion.